home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / pff1_3 / about.frm (.txt) next >
Encoding:
Visual Basic Form  |  1995-05-08  |  2.9 KB  |  98 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About PFF"
  6.    ClientHeight    =   1845
  7.    ClientLeft      =   1440
  8.    ClientTop       =   1995
  9.    ClientWidth     =   5205
  10.    ControlBox      =   0   'False
  11.    Height          =   2250
  12.    Left            =   1380
  13.    LinkMode        =   1  'Source
  14.    LinkTopic       =   "Form1"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   1845
  18.    ScaleWidth      =   5205
  19.    Top             =   1650
  20.    Width           =   5325
  21.    Begin CommandButton Command1 
  22.       BackColor       =   &H00000000&
  23.       Caption         =   "Continue"
  24.       Height          =   345
  25.       Left            =   1980
  26.       TabIndex        =   2
  27.       Top             =   1335
  28.       Width           =   1200
  29.    End
  30.    Begin PictureBox Picture1 
  31.       AutoRedraw      =   -1  'True
  32.       BackColor       =   &H00000000&
  33.       BorderStyle     =   0  'None
  34.       ForeColor       =   &H00000000&
  35.       Height          =   510
  36.       Left            =   4440
  37.       Picture         =   ABOUT.FRX:0000
  38.       ScaleHeight     =   510
  39.       ScaleWidth      =   510
  40.       TabIndex        =   5
  41.       TabStop         =   0   'False
  42.       Top             =   1245
  43.       Width           =   510
  44.    End
  45.    Begin Label Label4 
  46.       Alignment       =   2  'Center
  47.       BackColor       =   &H00000000&
  48.       Caption         =   "Copyright 
  49.  1988-91, AmSoft Development"
  50.       ForeColor       =   &H00C0C0C0&
  51.       Height          =   225
  52.       Left            =   -15
  53.       TabIndex        =   4
  54.       Top             =   855
  55.       Width           =   5220
  56.    End
  57.    Begin Label Label3 
  58.       Alignment       =   2  'Center
  59.       AutoSize        =   -1  'True
  60.       BackColor       =   &H00000000&
  61.       Caption         =   "For Hewlett-Packard Deskjet Users"
  62.       ForeColor       =   &H00FFFF00&
  63.       Height          =   195
  64.       Left            =   15
  65.       TabIndex        =   3
  66.       Top             =   615
  67.       Width           =   5190
  68.    End
  69.    Begin Label Label2 
  70.       Alignment       =   2  'Center
  71.       AutoSize        =   -1  'True
  72.       BackColor       =   &H00000000&
  73.       Caption         =   "Programmer's File Formatter"
  74.       ForeColor       =   &H0000FFFF&
  75.       Height          =   195
  76.       Left            =   15
  77.       TabIndex        =   1
  78.       Top             =   330
  79.       Width           =   5160
  80.    End
  81.    Begin Label Label1 
  82.       Alignment       =   2  'Center
  83.       AutoSize        =   -1  'True
  84.       BackColor       =   &H00000000&
  85.       Caption         =   "PFF "
  86.       ForeColor       =   &H00C0C000&
  87.       Height          =   195
  88.       Left            =   15
  89.       TabIndex        =   0
  90.       Top             =   135
  91.       Width           =   5175
  92.    End
  93. Sub Command1_Click ()
  94.     Hide
  95.     Unload About
  96.                 
  97. End Sub
  98.